﻿
/* AFILIACION REMOTA  */

.slider-pasos {
}

.slider-pasos i, .img-voucher i{
	font-size: 40px;
	color: #0091DF;
	text-shadow: none;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none!important;
}



.slider-pasos .carousel-indicators-numbers li{
	text-indent: 0!important;
	margin: 0 2px!important;
	width: 30px!important;
	height: 30px!important;
	border: none;
	border-radius: 100%;
	line-height: 29px;
	color: #0091DF!important;
	background-color: #E9F4FA;
	transition: all 0.25s ease;
	border: 2px solid #0091DF;
	font-size: 14px !important;
	font-family: VAGRoundedLTProBold !important;

}

.img-voucher .carousel-indicators-numbers li {
	text-indent: 0!important;
	margin: 0 2px!important;
	width: 10px!important;
	height: 10px!important;
	border: none;
	border-radius: 100%;
	line-height: 29px;
	color: #0091DF!important;
	background-color: #E9F4FA;
	transition: all 0.25s ease;
	border: 1px solid #0091DF;
}

.slider-pasos .carousel-indicators .active, .img-voucher .carousel-indicators .active {
	border: none;
	color: #ffffff!important;
	background-color: #0091DF !important;
	transition: all 0.25s ease;
	border: 2px solid #0091DF;
}

.slider-pasos .carousel-indicators-numbers li:hover, .img-voucher .carousel-indicators-numbers li:hover {
	background-color: #0091DF;
	color: white!important;
}

.slider-pasos .carousel-control, .img-voucher .carousel-control {
	display: flex; /* Habilita flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    opacity: 1;
    position: absolute; /* Asegura que las flechas estén posicionadas correctamente */
    /* top: 50%; /* Coloca las flechas en el centro vertical */
    /* transform: translateY(-50%); Ajusta para centrar completamente */
}

.slider-pasos .carousel-inner, .img-voucher .carousel-inner {
	position: relative;
	/* top: -100px; */
}

.slider-pasos .carousel, .img-voucher .carousel{
	position: relative;
}

.slider-pasos .cont-txt, .img-voucher .cont-text {
	padding-top: 10px;
}

.slider-pasos .cont-txt .txt, .img-voucher .cont-text .txt {
	font-family: VAGRoundedLTProBold!important;
	font-size: 14px !important;
	color: #2C3B89 !important;
	line-height: 1.2 !important;
}

.slider-pasos .celular, .img-voucher .celular{
	height: 250px;
}

.slider-pasos .flexed, .img-voucher .flexed {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;

	min-height: 370px;
	max-height: 370px;

	margin-top: 10px;
	
}

.slider-pasos .slide-item, .img-voucher .slide-item {
	/*position:relative;
    top: -100px;*/
}

.slider-pasos .cont-img, .img-voucher .cont-img {
	display: flex;
	justify-content: center;
}

.carousel-indicators{
	bottom: -50px;
	left: 0%;
	width: 100%;
	margin-left: 0;
}

.carousel-control.disabled {
    pointer-events: none;
    opacity: 0.2 !important;
}

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance: none) {
		.slider-pasos .carousel-control, .img-voucher .carousel-control {
			top: 50%; /* Asegura que estén centradas */
			transform: translateY(-50%); /* Centra verticalmente */
		}
	}
}



@media (max-width: 1200px) {
	.slider-pasos .carousel, .img-voucher .carousel {
		width: 90%;
	}
}

@media (max-width: 992px) {
	.slider-pasos .carousel, .img-voucher .carousel {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 768px) {

	 .carousel-control.right{
		padding-left: 20px;
	}
 .carousel-control.left{
		padding-right: 20px;
	}
	.carousel-indicators {
		position: relative;
		bottom: 10px;
		left: 0%;
		z-index: 15;
		width: 100%;
		margin-top: 30px;
		text-align: center;
		list-style: none;
		order: 5;
		top: 0px;

		display: flex;
		align-items: flex-end;
		justify-content: center
	}
	.slider-pasos .carousel-inner, .img-voucher .carousel-inner {
		position: relative;
		top: 0px;
	}
	.slider-pasos .flexed{
		min-height: 400px;
		max-height: 400px;
	}

	.img-voucher .flexed  {
		min-height: 250px;
		max-height: 250px;
	}
	.slider-pasos .cont-txt, .img-voucher .cont-txt {
		padding: 20px;
	}

	.slider-pasos, .img-voucher {
		padding: 30px 0px 30px 0px;
	}
}






